home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / text / tex / tgrind.lha / TGrind / vgrindefs_protos.h < prev    next >
C/C++ Source or Header  |  1993-01-03  |  201b  |  15 lines

  1. /* Prototypes for functions defined in
  2. vgrindefs.c
  3.  */
  4.  
  5. int tgetent(char * , char * , char * );
  6.  
  7. int tnchktc(void);
  8.  
  9. int tnamatch(char * );
  10.  
  11. int tgetflag(char * );
  12.  
  13. char * tgetstr(char * , char ** );
  14.  
  15.